chore: remove resolution-mode=highest in template .npmrc#10635
chore: remove resolution-mode=highest in template .npmrc#10635benmccann merged 3 commits intosveltejs:masterfrom
resolution-mode=highest in template .npmrc#10635Conversation
🦋 Changeset detectedLatest commit: b45a176 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Agree, but let's wait a few more weeks to ensure more people have upgraded to that version |
|
Deployment targets like Cloudflare are still installing 8.2 even though there have been important bug fixes in versions like 8.6 :/ Maybe it's worth waiting a while longer or nagging everyone a bit more to stay up to date (I have tried with Cloudflare specifically) |
|
I think it shouldn't matter what version is on cloudflare because the lockfile will be used. But people will need to update locally to generate the correct lockfile |
resolution-mode=highest in template .npmrc
In pnpm v8.7.0, the
resolution-modeis now set tohighestby default.Thus, I believe it is possible to remove the settings previously made in this PR
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.